From b67899d14a3cd18a44bfda38aecfdc5ac5d7bb83 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Apr 2004 03:55:44 +0000 Subject: [PATCH] Don't even send the NMEAOFF command to the units that can't handle it. It blows the synch on ColorTrak away because it's so slow to respone the UNABLE... --- gpsbabel/magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index b0f66d8a1..9e65e791b 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -739,7 +739,7 @@ mag_rd_init(const char *portname) } } - if (!is_file) { + if (!is_file && (icon_mapping != gps315_icon_table)) { /* * The 315 can't handle this command, so we set a global * to ignore the NAK on it. -- 2.30.2